Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active August 15, 2026 17:25
Conventional Commits Cheatsheet
@mjherich
mjherich / SKILL.md
Created April 2, 2026 21:13
Claude Code skill: Conventional Commits
name commit
description Create a git commit using Conventional Commits style. Stages changes, analyzes diffs, and generates a well-formatted commit message with the appropriate type prefix and optional scope.

Conventional Commit

Create a git commit following the Conventional Commits specification.

Message Format

@v1ld
v1ld / STALKER GAMMA on Linux 2025.md
Last active August 15, 2026 17:21
STALKER GAMMA Linux install

STALKER GAMMA on Linux with Steam - 2025

The Linux support thread in the GAMMA Discord (invite) is a great resource overall. It has videos and up to date resources along with knowledgeable folks to help you. The below works, is short, sweet and sufficient but you may want to go there nevertheless and see what the current state of the GAMMA on Linux art is.

Overview

Mord3rca's neat gamma-launcher tool makes it possible to install STALKER GAMMA natively on Linux bypassing GAMMA's installer which needs Windows to run.

This doc is a short summary of 2 other documents but aimed at using Steam instead of Lutris to run the game.

@iam-veeramalla
iam-veeramalla / claude-openrouter-deepseek-v4-flash.md
Created August 7, 2026 08:56
claude-openrouter-deepseek-v4-flash

Claude Code + OpenRouter (DeepSeek V4 Flash) Setup Guide

Step 1: Install Claude Code

npm install -g @anthropic-ai/claude-code

@bradtraversy
bradtraversy / terminal-commands.md
Last active August 15, 2026 17:19
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@iannuttall
iannuttall / agentos-blueprint.md
Created August 14, 2026 12:10
AgentOS blueprint — reconstructed from Danny Postma's Agent SDK talk so an agent can build the system

AgentOS — Product Spec & Implementation Blueprint

Reconstructed from Danny Postma's talk How I Built My Own AgentOS on Claude's Agent SDK (So You Can Too) (2026). This document is both a product spec for a human and an implementation prompt for an AI coding agent. Build exactly this system. Do not invent features that are not specified here.

Role contracts and prompts in this file are reconstructed from the talk, not his verbatim files. Mark every reconstructed prompt in code comments and docs as such.


1. Goal and non-goals

@pjobson
pjobson / plex_media_permissions_4_noobies.md
Last active August 15, 2026 17:06
Plex Media Permissions for Linux Noobies

Plex Media Permissions for Linux Noobies

There is no problem with being a noobie and I do not use the term to sligtht or disparage anyone.

This is a way to setup your permissions for running Plex in Linux. Different folks may use different methods.

The permissions concepts provided here apply to OSX, but the users and groups are controlled and modified differently, so much of this will not work properly. I think the command is dscl, but that could be out of date.

There are many ways to setup your permissions scheme in Linux, this methodology describes a way to do it, not everyone will like it, but it works for me, so whatever.

@seszele64
seszele64 / README.md
Last active August 15, 2026 16:59
OpenCode AI MCP Text-to-Speech Tool - Edge TTS Plugin for AI Agents

OpenCode TTS Tool Setup

Microsoft Edge Text-to-Speech plugin for OpenCode.

Prerequisites

  1. Python 3 with edge-tts installed:
    pip install edge-tts